adTempus API
PreviousUpNext
IExecutionHistoryItem::CurrentStepRestartCount Property

Indicates the restart count for the currently-executing step.

C++
__property long* CurrentStepRestartCount;
C#
long* CurrentStepRestartCount;
Visual Basic
Property CurrentStepRestartCount() As long*
Default Value

0

 

On the initial execution of the step, the CurrentStepRestartCount is 0. If the step is restarted by a JobControlAction, the CurrentStepRestartCount is incremented on each restart in the chain.

adTempus API Reference version 3.0.0.0, revised 10/30/2008